Don't seed Registry with known source ids
authorAlex Crichton <alex@alexcrichton.com>
Wed, 22 Oct 2014 22:21:34 +0000 (15:21 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 27 Oct 2014 19:40:23 +0000 (12:40 -0700)
commit8005c7d7aebb89f85493f3585e7048a7464c0af5
treeba4f7abedc0bd676cec8289b1264a131a9260575
parentebd3c1da77f61b8405aceeb33ac64e90d22d79e1
Don't seed Registry with known source ids

In the normal case this isn't necessary due to the Registry dynamically
discovering sources when dependencies are queried for. Consequently there's no
need to register all these sources ahead-of-time, and it reduces the cognitive
load when thinking about sources and updates.
src/cargo/core/manifest.rs
src/cargo/core/package.rs
src/cargo/ops/cargo_fetch.rs
src/cargo/ops/cargo_generate_lockfile.rs
src/cargo/util/toml.rs